projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fc3142
)
Reference Debugging, not Debugger, in Lisp ref man.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 6 Jan 2003 01:04:56 +0000
(
01:04
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 6 Jan 2003 01:04:56 +0000
(
01:04
+0000)
man/building.texi
patch
|
blob
|
history
diff --git
a/man/building.texi
b/man/building.texi
index 5bc95f777891c6f768de253108fee85728b7fece..9f8466eef6894e15938b08699d0208aa34dbf374 100644
(file)
--- a/
man/building.texi
+++ b/
man/building.texi
@@
-279,7
+279,7
@@
various symbolic debuggers from within Emacs. We recommend the debugger
GDB, which is free software, but you can also run DBX, SDB or XDB if you
have them. GUD can also serve as an interface to the Perl's debugging
mode, the Python debugger PDB, and to JDB, the Java Debugger.
-@xref{Debugg
er
,, The Lisp Debugger, elisp, the Emacs Lisp Reference Manual},
+@xref{Debugg
ing
,, The Lisp Debugger, elisp, the Emacs Lisp Reference Manual},
for information on debugging Emacs Lisp programs.
@menu